home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / X11 / xarchie-2.0.9 / rdgram.h < prev    next >
C/C++ Source or Header  |  1995-06-18  |  519b  |  15 lines

  1. /*
  2.  * Copyright (c) 1991 by the University of Washington
  3.  *
  4.  * For copying and distribution information, please see the file
  5.  * <copyright.h>.
  6.  */
  7.  
  8. #include <copyright.h>
  9.  
  10. /* Queuing priorities for datagrams */
  11. #define           RDGRAM_MAX_PRI   32765  /* Maximum user proiority          */
  12. #define           RDGRAM_MAX_SPRI  32767  /* Maximum priority for system use */
  13. #define           RDGRAM_MIN_PRI  -32765  /* Maximum user proiority          */
  14. #define           RDGRAM_MIN_SPRI -32768  /* Maximum priority for system use */
  15.